home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / NT / CODE / CHAP06 / PAINT3 / RESOURCE.H < prev   
Text File  |  1996-04-05  |  922b  |  30 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDR_MAINFRAME           100
  8. #define IDR_CONTEXTMENU         101
  9.  
  10. #define IDM_FILE_NEW            110
  11. #define IDM_FILE_OPEN           111
  12. #define IDM_FILE_SAVE           112
  13. #define IDM_FILE_SAVE_AS        113
  14. #define IDM_FILE_EXIT           114
  15.  
  16. #define IDM_WIDTH_VTHIN         120
  17. #define IDM_WIDTH_THIN          121
  18. #define IDM_WIDTH_MEDIUM        122
  19. #define IDM_WIDTH_THICK         123
  20. #define IDM_WIDTH_VTHICK        124
  21.  
  22. #define IDM_COLOR_BLACK         130
  23. #define IDM_COLOR_BLUE          131
  24. #define IDM_COLOR_GREEN         132
  25. #define IDM_COLOR_CYAN          133
  26. #define IDM_COLOR_RED           134
  27. #define IDM_COLOR_MAGENTA       135
  28. #define IDM_COLOR_YELLOW        136
  29. #define IDM_COLOR_WHITE         137
  30.